-
Notifications
You must be signed in to change notification settings - Fork 586
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: rm dependency on 08-wasm in ibc-go #4801
Conversation
maybe we can remove the code in |
absolutely, i can do it. I think the markdown links should get fixed when we merge this feature branch to main as well -- so I will not fix them in this pr if that is ok. also commented out the wasm tm tests for now instead of deleting, in ref to our planning call. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! I pushed a commit commenting out a bit of code that is also not used anymore.
Looks like we can also clean up the docker file. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
testing/wasm.go
Outdated
@@ -1,64 +1,63 @@ | |||
package ibctesting |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we can remove this file, the testing pkg should be designed in a way where light clients don't need to put their testing structures here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1, we can delete
I will open an issue for this, I'd prefer to keep the changes in this PR to code cleanup/deletion |
…go into fix/revert-02-client-changes
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
testing/wasm.go
Outdated
@@ -1,64 +1,63 @@ | |||
package ibctesting |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1, we can delete
func init() { | ||
ibctesting.DefaultTestingAppInit = setupTestingApp | ||
} | ||
// func init() { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
QQ: was there a failure here? We need this init
func to set up the correct simapp (one in 08-wasm)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you are right, i'll add it back in the next pr. i'm just confused why the tests didn't fail on this pr run 😕
this func was actually still being used (default |
Description
closes: #4779
Commit Message / Changelog Entry
see the guidelines for commit messages. (view raw markdown for examples)
Before we can merge this PR, please make sure that all the following items have been
checked off. If any of the checklist items are not applicable, please leave them but
write a little note why.
docs/
) or specification (x/<module>/spec/
).godoc
comments.Files changed
in the Github PR explorer.Codecov Report
in the comment section below once CI passes.